gtkwidget.c: Use G_VA_COPY instead of va_copy()
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 8 Mar 2012 10:56:32 +0000 (18:56 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 8 Mar 2012 10:56:32 +0000 (18:56 +0800)
commit4e5a8b822de0265a16c77557a6ba91594e01a0a5
tree23e1f169034d0cadce7cc3dd1edbdc107184cb65
parent9ac5104b3e0b9becfda1c294bca74477d00feed5
gtkwidget.c: Use G_VA_COPY instead of va_copy()

va_copy() is not universally available, and we already have a G_VA_COPY
macro that emulates the behaviour of va_copy() when it's not available, or
simply calls va_copy() if it's there
gtk/gtkwidget.c